home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
moni
/
Scout-src.lha
/
netinclude
/
stat.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-09-16
|
345b
|
15 lines
#ifndef STAT_H
#define STAT_H \
"$Id: stat.h,v 1.1.1.1 2001/11/26 22:21:13 tboeckel Exp $ "
/*
* Unix compatible stat()
*
* Copyright © 1994 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
#ifndef SYS_STAT_H
#include <sys/stat.h>
#endif
#endif